home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / world / mods / yaesu / 757contr < prev    next >
Internet Message Format  |  1994-06-04  |  3KB

  1. From cbfsb!att!pacbell.com!network.ucsd.edu!news-mail-gateway Thu Feb 13 15:00:38 EST 1992
  2. Article: 14043 of rec.radio.amateur.misc
  3. Path: cbfsb!att!pacbell.com!network.ucsd.edu!news-mail-gateway
  4. From: kfeeney@helios.TN.CORNELL.EDU (Kevin Feeney)
  5. Newsgroups: rec.radio.amateur.misc
  6. Subject: FT757 Computer control
  7. Date: 12 Feb 1992 15:21:31 -0800
  8. Organization: UCSD Usenet Gateway
  9. Lines: 46
  10. Sender: daemon@ucsd.edu (The Devil Himself)
  11. Message-ID: <9202122317.AA12800@helios.TN.CORNELL.EDU>
  12. NNTP-Posting-Host: ucsd.edu
  13.  
  14.  
  15. On the 757 and computer control, I've found it easy to do and it requires
  16. very little hardware. The simplest interface I have built consisted of an
  17. optoisolator and nothing else contained in a nine pin D-shell connector on
  18. the rear of my laptop. The optoisolator is wired with the collector and
  19. emitter across the data input pins on the rear of the 757 (emitter at
  20. ground, collector on the data input pin). The LED side of the optoisolator
  21. is driven very simply by wiring the LED connections such that the diode is
  22. turned ON when the data pin sends a ONE (data pin goes to the RS232 level
  23. of -3 to -15 volts). No current limiting resistor is needed because the
  24. port hardware can only source 10 ma anyhow. When a zero is sent, the
  25. polarity goes positive, but an LED is still a diode, so it doesn't conduct
  26. in that direction. It works and has been in use in my car on long trips
  27. with a program I wrote to scan my 757 through interesting frequencies, or
  28. do channelised tuning and at home to scan interesting shortwave
  29. frequencies. (it was very useful during the gulf war to be able to scan
  30. tables of frequecies for interesting listening)
  31.  
  32. The 757 expects to see data at 4800 baud, and you have to follow the
  33. information in the manual on how to send the data (basically you push 5
  34. bytes of information onto a stack). I uploaded a program in Turbo Pascal
  35. to CI$ several months ago that I wrote to control my 757. It's in the
  36. hamnet software area and called something like 757CAT.ZIP. I think I put
  37. the pascal source and the .exe both on there.
  38.  
  39. The only drawback I could see was that in the 757GX, there is no provision
  40. to send data back out from the radio to the computer. But that doesn't
  41. make a lot of difference. I think the GXII does do bidirectional data, and
  42. my 736 will do some but basically the Yaesu radios are mostly set up just
  43. to accept external commands simply and easily.
  44.  
  45. As far as the hardware requirements, none of the radios mentioned seem to
  46. be any more hardware ready for computer control than the 757. They all
  47. seen to require some sort of RS232 to TTL level interface box, usually
  48. priced in the $100 range. And you can build a variety of homebrewed
  49. solutions for that using max232's, 1488/1489's or doing it dirt simple
  50. with the optoisolator idea above.
  51.  
  52. ----------------------------------------------------------------------------
  53. | F. Kevin Feeney  WB2EMS                 | COFFEE: That wonderful elixir  |
  54. |                                         | that makes life possible       |
  55. | EMAIL - kfeeney@helios.tn.cornell.edu   | before noon.                   |
  56. | CIS - 72237,2760                        |                                |
  57. | ----------------------------------------|--------------------------------|
  58. | Without the Second Amendment, the rest of the Constitution is just paper.|
  59. |--------------------------------------------------------------------------|
  60.  
  61.  
  62.  
  63.